/*公共样式*/

* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1400px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #323232;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	width: 1000px;
	margin: auto;
	z-index: 99;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}




/*公共样式*/


/*头部*/

.header_wrap {}

.set_bar {
	font-size: 12px;
	font-weight: bold;
	color: #5e5e5e;
	background: #F8F8F8;
	padding: 5px 0;
}

.set_bar a {
	color: #5e5e5e;
}

.set_bar a:hover {
	text-decoration: underline;
}

.adword {
	margin-top: 15px;
}


/*头部*/


/*导航*/

.nav_wrap {
	/*background: #3399FF;*/
	/*background: #B50009;*/
}

.nav_wrap ul {
	/*background: #0286c9;*/
	background: #B50009;
	line-height: 48px;
	font-weight: bold;
	padding: 0 20px;
	overflow: hidden;
}

.nav_wrap li {
	float: left;
	width: 10%;
	text-align: center;
}

.nav_wrap li:hover {
	background: #FF9933;
}

.nav_wrap a {
	color: #ffffff;
}

.nav_wrap a:hover {
	text-decoration: underline;
}

.nav_wrap .on {
	background: #FB5002;
}


/*滚动新闻*/

.rollnews_wrap {
	overflow: hidden;
}

.rollnews {
	width: 100%;
	height: 56px;
	background: #F5F5F5;
	overflow: hidden;
}

.roll {
	float: left;
	width: 700px;
	height: 100%;
	overflow: hidden;
}

.roll .title {
	float: left;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 20px;
	margin-left: 20px;
	color: #323031;
}


.roll .cont{
	float: left;
	width:600px;
	margin-top: 20px;
}


.roll .cont a{
	font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #666666;
    margin-right:30px;
    font-family: "微软雅黑";
}

.roll .cont a:hover{
	text-decoration: underline;
}

.search {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}

input {
	-webkit-appearance: textfield;
	background-color: white;
	-webkit-rtl-ordering: logical;
	cursor: text;
	padding: 1px;
	border-width: 2px;
	border-style: inset;
	border-color: initial;
	border-image: initial;
	text-rendering: auto;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	margin: 0em;
	font: 400 13.3333px Arial;
	-webkit-writing-mode: horizontal-tb !important;
}

.seainput {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
	width: 130px;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	float: left;
	font-family: ΢���ź�;
	font-size: 13px;
	color: rgb(153, 148, 148);
	margin: 1px;
}

.search button {
	width: 25px;
	height: 25px;
	background-color: none;
	background-image: url(../img/searchbut.png);
	background-repeat: none;
	background-position: center center;
	border: none;
	cursor: pointer;
}


/*底部*/
.footer_wrap{
	margin-top:30px;
}

.foot_line{
	background: #0286C9;
	height:20px;
	padding:15px 0;
	color:#FFFFFF;
}

.footer_mian{
	width:1400px;
	margin: auto;
}

.foot_line ul{
	overflow: hidden;
}

.foot_line li{
	float: left;
	width:200px;
	text-align: center;
}

.foot_line li a{
	color:#FFFFFF;
}

.foot_line li a:hover{
	text-decoration: underline;
}

.foot_line span{
	float: left;
	display: block;
	width:10px;
	text-align: center;
	padding:0 10px;
	
}

.foot_cutton{
	padding:15px;
}


.foot_detail{
	text-align: center;
	font-size:14px;
	font-family: SimSun;
	padding:10px 0;
}

.foot_detail a:hover{
	text-decoration: underline;
}
